home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1347 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  44 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: twix.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Is this a SAS/C bug or have I coded it wrong?
  5. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  6. Message-ID: <DL6J8s.M1G@unx.sas.com>
  7. Date: Sun, 14 Jan 1996 16:31:40 GMT
  8. X-Nntp-Posting-Host: twix.unx.sas.com
  9. References: <4cfrc5$gsc@misery.millcomm.com> <4cm9kc$kf7@news.isc.rit.edu> <DKu1Cw.93w@unx.sas.com> <volker.0e5e@vb.franken.de>
  10. Organization: SAS Institute Inc.
  11.  
  12. In article <volker.0e5e@vb.franken.de>,
  13. Volker Barthelmann <volker@vb.franken.de> wrote:
  14. >Doug Walker (walker@twix.unx.sas.com) wrote:
  15. >: In article <4cm9kc$kf7@news.isc.rit.edu>,  <mjp3783@alpha.isc.rit.edu> wrote:
  16. >: >>   tmpbuf[10];
  17. >: >>
  18. >: >I assume this was a mis-type and that this should have been:
  19. >: >int tmpbuf[10];
  20. >:
  21. >: Not really, the two are exactly equivalent.  If no type is
  22. >: provided on variable's definition in ANSI C, "int" is
  23. >: assumed.
  24. >
  25. >Are You sure about that? I was under the impression that ANSI C required
  26. >at least a type-specifier, type-qualifier or storage-class-specifier for
  27. >a declaration.
  28. >
  29. >Volker
  30. >
  31.  
  32. No, I'm not 100% sure;  I'd have to look it up in the standard,
  33. which I don't have handy right now.
  34.  
  35.  
  36. -- 
  37.   *****                    / walker@unx.sas.com
  38.  *|_o_o|\\     Doug Walker<  BIX, Portal: djwalker
  39.  *|. o.| ||                \ AOL: weissblau
  40.   | o  |//     
  41.   ====== 
  42. Any opinions expressed are mine, not those of SAS Institute, Inc.
  43.  
  44.